Skip to content

docs: fix MCP setup instructions and add Claude Desktop support#32

Open
lasergoat wants to merge 1 commit intoghostwright:mainfrom
lasergoat:fix/readme-mcp-client-setup
Open

docs: fix MCP setup instructions and add Claude Desktop support#32
lasergoat wants to merge 1 commit intoghostwright:mainfrom
lasergoat:fix/readme-mcp-client-setup

Conversation

@lasergoat
Copy link
Copy Markdown

Summary

  • Fixed transport type: Changed "type": "streamableHttp" to "type": "http" in the .mcp.json example — streamableHttp is not a valid transport type in Claude Code
  • Added claude mcp add CLI command: The existing docs only showed the JSON config approach
  • Added Claude Desktop section: Desktop only supports stdio transport, so this documents the mcp-remote bridge setup
  • Clarified token flow: Made it explicit that YOUR_TOKEN comes from the token create command output
  • Added localhost note: Mentioned http://localhost:3100/mcp for local instances

Context

Ran into these issues while setting up a Phantom MCP connection in both Claude Code and Claude Desktop. The streamableHttp type caused a silent config failure, and Claude Desktop rejected the HTTP config entirely since it only speaks stdio.

🤖 Generated with Claude Code

- Fix transport type from `streamableHttp` to `http` in .mcp.json example
- Add `claude mcp add` CLI command for Claude Code
- Add Claude Desktop section using `mcp-remote` (stdio bridge)
- Clarify that YOUR_TOKEN comes from the token generation step
- Note localhost:3100 as the URL for local instances

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant